Skip to content

Conversation

@frankmcsherry
Copy link
Member

Changes required to target columnar's changes in 0.7. Combined with a few clean-ups, examples/columnar.rs gets a fair bit nicer in my opinion!

Columnar 0.7 isn't live yet, so this should fail until it is released.

@frankmcsherry frankmcsherry requested a review from antiguru July 5, 2025 13:42
@frankmcsherry frankmcsherry merged commit 9ec7202 into TimelyDataflow:master Jul 5, 2025
7 checks passed
fn main() {

type Container = Column<WordCount>;
type InnerContainer = <WordCount as columnar::Columnar>::Container;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could have a typedef in columnar:

pub type ContainerOf<T> = <T as Columnar>::Container;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooo. Interesting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants